GitLab Pages
GitLab Pages - tmtms のメモ
code:.gitlab-ci.yml
image: alpine:latest
pages:
stage: deploy
script:
- mkdir -p public/
- cp *.html *.txt public/
artifacts:
paths:
- public
only:
- master
Hosting Static Content with GitLab - Elmar Klausmeier's Blog on Computers, Programming, and Mathematics
版本庫
名稱會變為網址部分
Deploy
→
Pages
建立
.gitlab-ci.yml
檔案